Produced by Araxis Merge on 2023-07-12 04:43:23 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Checkout/web/css/source/module/checkout | _authentication.less | 2021-02-03 10:50:46 +0000 |
| 2 | Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto_rtl/Magento_Checkout/web/css/source/module/checkout | _authentication.less | 2023-06-20 07:46:47 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 434 |
| Changed | 0 | 0 |
| Inserted | 1 | 8 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | // /** | 1 | // /** | |||
| 2 | // * Copyright © 2015 Magento. All rights reserved. | 2 | // * Copyright © 2015 Magento. All rights reserved. | |||
| 3 | // * See COPYING.txt for license details. | 3 | // * See COPYING.txt for license details. | |||
| 4 | // */ | 4 | // */ | |||
| 5 | 5 | |||||
| 6 | // | 6 | // | |||
| 7 | // Variables | 7 | // Variables | |||
| 8 | // _____________________________________________ | 8 | // _____________________________________________ | |||
| 9 | 9 | |||||
| 10 | @block-auth__dropdown__padding: 25px 18px; | 10 | @block-auth__dropdown__padding: 25px 18px; | |||
| 11 | @block-auth__dropdown__background-color: @color-white; | 11 | @block-auth__dropdown__background-color: @color-white; | |||
| 12 | @block-auth__or-label__size: 36px; | 12 | @block-auth__or-label__size: 36px; | |||
| 13 | @block-auth__width: 0; | 13 | @block-auth__width: 0; | |||
| 14 | @block-auth__border: 0; | 14 | @block-auth__border: 0; | |||
| 15 | 15 | |||||
| 16 | // | 16 | // | |||
| 17 | // Common | 17 | // Common | |||
| 18 | // _____________________________________________ | 18 | // _____________________________________________ | |||
| 19 | 19 | |||||
| 20 | & when (@media-common = true) { | 20 | & when (@media-common = true) { | |||
| 21 | .authentication-dropdown { | 21 | .authentication-dropdown { | |||
| 22 | box-sizing: border-box; | 22 | box-sizing: border-box; | |||
| 23 | .modal-inner-wrap { | 23 | .modal-inner-wrap { | |||
| 24 | padding: @block-auth__dropdown__padding; | 24 | padding: @block-auth__dropdown__padding; | |||
| 25 | } | 25 | } | |||
| 26 | button.action-close { | 26 | button.action-close { | |||
| 27 | width: 40px; | 27 | width: 40px; | |||
| 28 | height: 40px; | 28 | height: 40px; | |||
| 29 | margin: 0; | 29 | margin: 0; | |||
| 30 | } | 30 | } | |||
| 31 | .modal-header { | 31 | .modal-header { | |||
| 32 | min-height: 0; | 32 | min-height: 0; | |||
| 33 | padding: 0; | 33 | padding: 0; | |||
| 34 | border: 0; | 34 | border: 0; | |||
| 35 | } | 35 | } | |||
| 36 | .modal-content { | 36 | .modal-content { | |||
| 37 | box-shadow: none; | 37 | box-shadow: none; | |||
| 38 | -webkit-box-shadow: none; | 38 | -webkit-box-shadow: none; | |||
| 39 | position: static; | 39 | position: static; | |||
| 40 | background: none; | 40 | background: none; | |||
| 41 | border: 0; | 41 | border: 0; | |||
| 42 | border-radius: 0; | 42 | border-radius: 0; | |||
| 43 | } | 43 | } | |||
| 44 | } | 44 | } | |||
| 45 | .authentication-wrapper { | 45 | .authentication-wrapper { | |||
| 46 | float: left; | 46 | float: left; | |||
| 47 | margin-top: -70px; | 47 | margin-top: -70px; | |||
| 48 | max-width: 50%; | 48 | max-width: 50%; | |||
| 49 | position: relative; | 49 | position: relative; | |||
| 50 | z-index: 1; | 50 | z-index: 1; | |||
| 51 | ._has-auth-shown & { | 51 | ._has-auth-shown & { | |||
| 52 | z-index: @modal__z-index; | 52 | z-index: @modal__z-index; | |||
| 53 | } | 53 | } | |||
| 54 | 54 | |||||
| 55 | button.action-auth-toggle { | 55 | button.action-auth-toggle { | |||
| 56 | border: 0; | 56 | border: 0; | |||
| 57 | color: @_link-color; | 57 | color: @_link-color; | |||
| 58 | padding: 0; | 58 | padding: 0; | |||
| 59 | background: none; | 59 | background: none; | |||
| 60 | } | 60 | } | |||
| 61 | } | 61 | } | |||
| 62 | .action-auth-toggle { | 62 | .action-auth-toggle { | |||
| 63 | &:extend(.abs-action-button-as-link all); | 63 | &:extend(.abs-action-button-as-link all); | |||
| 64 | } | 64 | } | |||
| 65 | .block-authentication { | 65 | .block-authentication { | |||
| 66 | .block-title { | 66 | .block-title { | |||
| 67 | .lib-font-size(@h3__font-size); | 67 | .lib-font-size(@h3__font-size); | |||
| 68 | border-bottom: 0; | 68 | border-bottom: 0; | |||
| 69 | margin-bottom: @indent__m; | 69 | margin-bottom: @indent__m; | |||
| 70 | strong { | 70 | strong { | |||
| 71 | font-weight: @font-weight__light; | 71 | font-weight: @font-weight__light; | |||
| 72 | } | 72 | } | |||
| 73 | } | 73 | } | |||
| 74 | .field { | 74 | .field { | |||
| 75 | .label { | 75 | .label { | |||
| 76 | font-weight: @font-weight__regular; | 76 | font-weight: @font-weight__regular; | |||
| 77 | } | 77 | } | |||
| 78 | } | 78 | } | |||
| 79 | .action.action-register, | 79 | .action.action-register, | |||
| 80 | .action.action-login { | 80 | .action.action-login { | |||
| 81 | &:extend(.abs-button-l all); | 81 | &:extend(.abs-button-l all); | |||
| 82 | } | 82 | } | |||
| 83 | .block[class] { | 83 | .block[class] { | |||
| 84 | margin: 0; | 84 | margin: 0; | |||
| 85 | ul { | 85 | ul { | |||
| 86 | list-style: none; | 86 | list-style: none; | |||
| 87 | padding-right: @indent__s; | 87 | padding-right: @indent__s; | |||
| 88 | } | 88 | } | |||
| 89 | .field { | 89 | .field { | |||
| 90 | .control, | 90 | .control, | |||
| 91 | .label { | 91 | .label { | |||
| 92 | float: none; | 92 | float: none; | |||
| 93 | width: auto; | 93 | width: auto; | |||
| 94 | } | 94 | } | |||
| 95 | } | 95 | } | |||
| 96 | & + .block { | 96 | & + .block { | |||
| 97 | border-top: 1px solid @color-gray-light5; | 97 | border-top: 1px solid @color-gray-light5; | |||
| 98 | margin-top: @indent__xl; | 98 | margin-top: @indent__xl; | |||
| 99 | padding-top: @indent__xl; | 99 | padding-top: @indent__xl; | |||
| 100 | position: relative; | 100 | position: relative; | |||
| 101 | &::before { | 101 | &::before { | |||
| 102 | .lib-css(height, @block-auth__or-label__size); | 102 | .lib-css(height, @block-auth__or-label__size); | |||
| 103 | .lib-css(line-height, @block-auth__or-label__size - 2px); | 103 | .lib-css(line-height, @block-auth__or-label__size - 2px); | |||
| 104 | .lib-css(margin, -(@block-auth__or-label__size/2 + 1px) -(@block-auth__or-label__size / 2) 0 0); | 104 | .lib-css(margin, -(@block-auth__or-label__size/2 + 1px) -(@block-auth__or-label__size / 2) 0 0); | |||
| 105 | .lib-css(min-width, @block-auth__or-label__size); | 105 | .lib-css(min-width, @block-auth__or-label__size); | |||
| 106 | background: @color-white; | 106 | background: @color-white; | |||
| 107 | border-radius: 50%; | 107 | border-radius: 50%; | |||
| 108 | border: 1px solid @color-gray-light5; | 108 | border: 1px solid @color-gray-light5; | |||
| 109 | box-sizing: border-box; | 109 | box-sizing: border-box; | |||
| 110 | color: @color-gray-light5; | 110 | color: @color-gray-light5; | |||
| 111 | content: attr(data-label); | 111 | content: attr(data-label); | |||
| 112 | display: inline-block; | 112 | display: inline-block; | |||
| 113 | right: 50%; | 113 | right: 50%; | |||
| 114 | letter-spacing: normal; | 114 | letter-spacing: normal; | |||
| 115 | padding: 0 .2rem; | 115 | padding: 0 .2rem; | |||
| 116 | position: absolute; | 116 | position: absolute; | |||
| 117 | text-align: center; | 117 | text-align: center; | |||
| 118 | text-transform: uppercase; | 118 | text-transform: uppercase; | |||
| 119 | top: 0; | 119 | top: 0; | |||
| 120 | } | 120 | } | |||
| 121 | } | 121 | } | |||
| 122 | } | 122 | } | |||
| 123 | .actions-toolbar { | |||||
| 124 | > .primary { | |||||
| 125 | .action { | |||||
| 126 | padding-top: 15px; | |||||
| 127 | padding-bottom: 15px; | |||||
| 128 | } | |||||
| 129 | } | |||||
| 130 | } | |||||
| 123 | } | 131 | } | |||
| 124 | } | 132 | } | |||
| 125 | 133 | |||||
| 126 | // | 134 | // | |||
| 127 | // Desktop | 135 | // Desktop | |||
| 128 | // _____________________________________________ | 136 | // _____________________________________________ | |||
| 129 | 137 | |||||
| 130 | .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { | 138 | .media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) { | |||
| 131 | .authentication-dropdown { | 139 | .authentication-dropdown { | |||
| 132 | .lib-css(background-color, @block-auth__dropdown__background-color); | 140 | .lib-css(background-color, @block-auth__dropdown__background-color); | |||
| 133 | .lib-css(border, @block-auth__border); | 141 | .lib-css(border, @block-auth__border); | |||
| 134 | position: absolute; | 142 | position: absolute; | |||
| 135 | text-align: right; | 143 | text-align: right; | |||
| 136 | top: 100%; | 144 | top: 100%; | |||
| 137 | transform-origin: 0 0; | 145 | transform-origin: 0 0; | |||
| 138 | transform: scale(1,0); | 146 | transform: scale(1,0); | |||
| 139 | transition: transform linear .1s, visibility 0s linear .1s; | 147 | transition: transform linear .1s, visibility 0s linear .1s; | |||
| 140 | visibility: hidden; | 148 | visibility: hidden; | |||
| 141 | width: 100%; | 149 | width: 100%; | |||
| 142 | box-shadow: 0 0 5px rgba(0,0,0,0.25); | 150 | box-shadow: 0 0 5px rgba(0,0,0,0.25); | |||
| 143 | border-radius: 8px; | 151 | border-radius: 8px; | |||
| 144 | border-top: 6px solid @theme-color; | 152 | border-top: 6px solid @theme-color; | |||
| 145 | &._show { | 153 | &._show { | |||
| 146 | .lib-css(z-index, @dropdown-list__z-index); | 154 | .lib-css(z-index, @dropdown-list__z-index); | |||
| 147 | transform: scale(1,1); | 155 | transform: scale(1,1); | |||
| 148 | transition: transform linear .1s, visibility 0s linear 0s; | 156 | transition: transform linear .1s, visibility 0s linear 0s; | |||
| 149 | visibility: visible; | 157 | visibility: visible; | |||
| 150 | } | 158 | } | |||
| 151 | } | 159 | } | |||
| 152 | .authentication-wrapper { | 160 | .authentication-wrapper { | |||
| 153 | .lib-column-width(@checkout-sidebar__columns); | 161 | .lib-column-width(@checkout-sidebar__columns); | |||
| 154 | text-align: left; | 162 | text-align: left; | |||
| 155 | margin-top: -95px; | 163 | margin-top: -95px; | |||
| 156 | } | 164 | } | |||
| 157 | .block-authentication { | 165 | .block-authentication { | |||
| 158 | .block-title { | 166 | .block-title { | |||
| 159 | font-size: 20px; | 167 | font-size: 20px; | |||
| 160 | border-bottom: 0; | 168 | border-bottom: 0; | |||
| 161 | margin: 0; | 169 | margin: 0; | |||
| 162 | margin-bottom: 20px; | 170 | margin-bottom: 20px; | |||
| 163 | } | 171 | } | |||
| 164 | .actions-toolbar { | 172 | .actions-toolbar { | |||
| 165 | > .primary { | 173 | > .primary { | |||
| 166 | display: inline; | 174 | display: inline; | |||
| 167 | float: left; | 175 | float: left; | |||
| 168 | margin-left: 0; | 176 | margin-left: 0; | |||
| 169 | .action { | 177 | .action { | |||
| 170 | margin-left: 0; | 178 | margin-left: 0; | |||
| 171 | } | 179 | } | |||
| 172 | } | 180 | } | |||
| 173 | > .secondary { | 181 | > .secondary { | |||
| 174 | 182 | |||||
| 175 | } | 183 | } | |||
| 176 | } | 184 | } | |||
| 177 | } | 185 | } | |||
| 178 | .popup-authentication { | 186 | .popup-authentication { | |||
| 179 | .modal-inner-wrap { | 187 | .modal-inner-wrap { | |||
| 180 | min-width: @screen__m; | 188 | min-width: @screen__m; | |||
| 181 | width: 60%; | 189 | width: 60%; | |||
| 182 | } | 190 | } | |||
| 183 | .block-authentication { | 191 | .block-authentication { | |||
| 184 | .lib-vendor-prefix-display(flex); | 192 | .lib-vendor-prefix-display(flex); | |||
| 185 | .lib-vendor-prefix-flex-direction(row); | 193 | .lib-vendor-prefix-flex-direction(row); | |||
| 186 | border-top: 1px solid @color-gray-light5; | 194 | border-top: 1px solid @color-gray-light5; | |||
| 187 | } | 195 | } | |||
| 188 | .block[class], | 196 | .block[class], | |||
| 189 | .form-login, | 197 | .form-login, | |||
| 190 | .fieldset, | 198 | .fieldset, | |||
| 191 | .block-content { | 199 | .block-content { | |||
| 192 | .lib-vendor-prefix-display(flex); | 200 | .lib-vendor-prefix-display(flex); | |||
| 193 | .lib-vendor-prefix-flex-direction(column); | 201 | .lib-vendor-prefix-flex-direction(column); | |||
| 194 | .lib-vendor-prefix-flex-grow(1); | 202 | .lib-vendor-prefix-flex-grow(1); | |||
| 195 | } | 203 | } | |||
| 196 | .block[class] { | 204 | .block[class] { | |||
| 197 | box-sizing: border-box; | 205 | box-sizing: border-box; | |||
| 198 | float: right; | 206 | float: right; | |||
| 199 | padding: @indent__s @indent__l 0 0; | 207 | padding: @indent__s @indent__l 0 0; | |||
| 200 | width: 50%; | 208 | width: 50%; | |||
| 201 | & + .block { | 209 | & + .block { | |||
| 202 | border-right: 1px solid @color-gray-light5; | 210 | border-right: 1px solid @color-gray-light5; | |||
| 203 | border-top: 0; | 211 | border-top: 0; | |||
| 204 | margin: 0; | 212 | margin: 0; | |||
| 205 | padding: @indent__s @indent__xl 0 0; | 213 | padding: @indent__s @indent__xl 0 0; | |||
| 206 | &::before { | 214 | &::before { | |||
| 207 | right: 0; | 215 | right: 0; | |||
| 208 | top: 50%; | 216 | top: 50%; | |||
| 209 | } | 217 | } | |||
| 210 | } | 218 | } | |||
| 211 | } | 219 | } | |||
| 212 | .actions-toolbar { | 220 | .actions-toolbar { | |||
| 213 | margin-bottom: 0; | 221 | margin-bottom: 0; | |||
| 214 | margin-top: auto; | 222 | margin-top: auto; | |||
| 215 | } | 223 | } | |||
| 216 | } | 224 | } | |||
| 217 | } | 225 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.